🧹 [code health] Remove legacy fallback logic for clipboard extension - #10
🧹 [code health] Remove legacy fallback logic for clipboard extension#10Dor-bl wants to merge 3 commits into
Conversation
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
Closing — no longer relevant against upstream ( Generated by Claude Code |
Understood. Acknowledging that this work is now obsolete and stopping work on this task. |
🎯 What: Removed the fallback logic for missing clipboard Appium extensions in
appium/webdriver/extensions/clipboard.pyand deleted associated legacy constants (GET_CLIPBOARD,SET_CLIPBOARD).💡 Why: Simplifies the logic and improves maintainability by eliminating fallback checks and usage of deprecated legacy endpoints, conforming the extension to purely use the
execute_script('mobile: ...')pattern. This also cleans up dead code from the unit tests.✅ Verification: Ran the specific unit tests (
test/unit/webdriver/device/clipboard_test.py) as well as the entire test suite viamake unittest. All tests passed.✨ Result: A cleaner implementation of the Clipboard extension with less dependency on outdated legacy paths and fewer unused imports/mixins.
PR created automatically by Jules for task 13004971608429350481 started by @Dor-bl